home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fontsh13 / fs_title.frm < prev    next >
Text File  |  1994-03-17  |  910b  |  35 lines

  1. VERSION 2.00
  2. Begin Form FS_Title 
  3.    BackColor       =   &H0080FFFF&
  4.    BorderStyle     =   0  'None
  5.    ClientHeight    =   1665
  6.    ClientLeft      =   1980
  7.    ClientTop       =   2820
  8.    ClientWidth     =   5760
  9.    ControlBox      =   0   'False
  10.    Height          =   2070
  11.    Left            =   1920
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   1665
  16.    ScaleWidth      =   5760
  17.    Top             =   2475
  18.    Width           =   5880
  19.    Begin Image Logo 
  20.       Height          =   1680
  21.       Left            =   135
  22.       Picture         =   FS_TITLE.FRX:0000
  23.       Top             =   150
  24.       Width           =   6810
  25.    End
  26. End
  27. Sub Form_Load ()
  28.     Height = Logo.Height + 350
  29.     Width = Logo.Width + 270
  30.     Top = (Screen.Height - Height) / 2
  31.     Left = (Screen.Width - Width) / 2
  32.  
  33. End Sub
  34.  
  35.